|
This page last changed on Jan 05, 2009 by dcline.
How do I know when a job has completed ?
Jobs will not return any information per Erika's request to not receive an email following every job completion. This would generate too many emails to manage.
When a job has failed, you will receive an email message from SYSTEM@eits like the following. The key phrase indicated this job has completed is the phrase
"has exited normally with status 0".
A zero exit status means the job completed, and a non-zero exit status indicates an error.
How do I stop a job ?
TODO: add information here...
How do I know when a job has failed ?
When a job has failed, you will receive an email message from SYSTEM@eits like the following. The key phrase indicated this job has failed is the phrase
"Your condor job exited with status 1".
A zero exit status means the job completed, and a non-zero exit status indicates an error.
|